isPropertyWriteable

abstract fun isPropertyWriteable(property: String): Boolean

Deprecated

Use isPropertyWritable instead.

Replace with

this.isPropertyWritable(property)

Check if a property with a given name is writeable.

Return

whether the property is writeable or not. Will return false for unknown properties.

Parameters

property

the name of the property whose type should be queried.